home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / chktex.lha / chktex / config.h.in < prev    next >
Text File  |  1996-04-30  |  2KB  |  65 lines

  1. /*
  2.  *  ChkTeX v1.4, configuration file.
  3.  *  Copyright (C) 1995-96 Jens T. Berger Thielemann
  4.  *
  5.  *  This program is free software; you can redistribute it and/or modify
  6.  *  it under the terms of the GNU General Public License as published by
  7.  *  the Free Software Foundation; either version 2 of the License, or
  8.  *  (at your option) any later version.
  9.  *
  10.  *  This program is distributed in the hope that it will be useful,
  11.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *  GNU General Public License for more details.
  14.  *
  15.  *  You should have received a copy of the GNU General Public License
  16.  *  along with this program; if not, write to the Free Software
  17.  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  *
  19.  *  Contact the author at:
  20.  *              Jens Berger
  21.  *              Spektrumvn. 4
  22.  *              N-0666 Oslo
  23.  *              Norway
  24.  *              E-mail: <jensthi@ifi.uio.no>
  25.  *
  26.  *
  27.  */
  28.  
  29. /* Define to empty if the keyword does not work.  */
  30. #undef const
  31.  
  32. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  33. #undef size_t
  34.  
  35. /* Define if you have the ANSI C header files.  */
  36. #undef STDC_HEADERS
  37.  
  38. /* Define if you don't have vprintf but do have _doprnt.  */
  39. #undef HAVE_DOPRNT
  40.  
  41. /* Define if you have the vprintf function.  */
  42. #undef HAVE_VPRINTF
  43.  
  44. /* Define if you have the strdup function.  */
  45. #undef HAVE_STRDUP
  46.  
  47. /* Define if you have the strtol function.  */
  48. #undef HAVE_STRTOL
  49.  
  50. /* Define if you have the strupr function.  */
  51. #undef HAVE_STRUPR
  52.  
  53. /* Define if you have the strcasecmp function. */
  54. #undef HAVE_STRCASECMP
  55.  
  56. /* Define if you have the access function. */
  57. #undef HAVE_ACCESS
  58.  
  59. /* Define if you have the <limits.h> header file.  */
  60. #undef HAVE_LIMITS_H
  61.  
  62. /* Define if you have the <unistd.h> header file.  */
  63. #undef HAVE_UNISTD_H
  64.  
  65.